home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1997 July
/
macformat52.iso
/
mac
/
Resources
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
MakeLDEF
< prev
next >
Wrap
Text File
|
1994-07-15
|
545b
|
30 lines
# MakeFile - Make instructions for the ResEdit ICON LDEF.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The ICON Resource LDEF
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
LDEFLibs = {obj}LDEF.a.o ∂
{obj}ResDisp.a.o
# Link for ICON LDEF
"{OutFile}" ƒƒ {obj}ICON.LDEF.c.o {LDEFLibs}
Link {LDEFLibs} ∂
{obj}ICON.LDEF.c.o ∂
-ra =resPurgeable -sg ICON -rt LDEF=128 ∂
-o "{OutFile}"
{obj} ƒ {source} {ResEditLibraries}